projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5a264
)
Fix previous fix.
author
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 2 Apr 2010 15:15:05 +0000
(17:15 +0200)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 2 Apr 2010 15:15:05 +0000
(17:15 +0200)
lisp/tmm.el
patch
|
blob
|
history
diff --git
a/lisp/tmm.el
b/lisp/tmm.el
index 97f017e2352657ebeb80a957c0d6609dd7c1899e..e453dbde84b4077a27daaf43bfda21971b5c4801 100644
(file)
--- a/
lisp/tmm.el
+++ b/
lisp/tmm.el
@@
-465,8
+465,8
@@
It uses the free variable `tmm-table-undef' to keep undefined keys."
((if (listp (cdr-safe (cdr-safe elt)))
(or (keymapp (cdr-safe (cdr-safe elt)))
(eq (car (cdr-safe (cdr-safe elt))) 'lambda))
- (and (symbolp (cdr-safe (cdr-safe elt))
- (fboundp (cdr-safe (cdr-safe elt)))))
)
+ (and (symbolp (cdr-safe (cdr-safe elt))
)
+ (fboundp (cdr-safe (cdr-safe elt)))))
(setq km (cddr elt))
(and (stringp (car elt)) (setq str (car elt)))
(and str